.flexCointainer {
    width: 80%;
    height: 1000px;
    background-color: rgb(151, 237, 198);
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.caja {
    width: 250px;
    height: 250px;
}

.c1 {
    background-color: rgb(255, 34, 0);
    flex-grow: 4;
    flex-basis: 100%;
    margin-bottom: 15px;
}


.c2 {
    background-color: rgb(251, 255, 0);
    height: 800px;
    flex: content;
    flex-basis: 11%;
}

.c3 {
    background-color: rgb(148, 150, 57);
    flex-basis: 32%;
}

.c4 {
    background-color: rgb(68, 0, 255);
    flex-basis: 44%;
    margin-bottom: 10px;

}

.c5 {
    background-color: rgb(47, 87, 48);
    width: 60px;
    height: 555px;
    flex-basis: 33%;
    margin-top: -54%;
    margin-right: -15%;
}

.c6 {
    background-color: rgb(52, 77, 59);
    margin-top: -54%;
    margin left: -20%;


}


.c7 {
    background-color: rgb(70, 171, 86);
    margin-top: -54%;
    margin left: 70%;

}

.c8 {
    background-color: forestgreen;
    flex-basis: 1%;
}